projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
815b81c
)
Fix typo in comment.
author
Chong Yidong
<cyd@stupidchicken.com>
Wed, 21 Mar 2007 16:15:45 +0000
(16:15 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Wed, 21 Mar 2007 16:15:45 +0000
(16:15 +0000)
lisp/help.el
patch
|
blob
|
history
diff --git
a/lisp/help.el
b/lisp/help.el
index d0783dd0351cb644ade431b3fa187e09db243066..926c43c300d3a1f4d8bf6673e46273431fc44d56 100644
(file)
--- a/
lisp/help.el
+++ b/
lisp/help.el
@@
-642,7
+642,7
@@
temporarily enables it to allow getting help on disabled items and buttons."
(list
key
(prefix-numeric-value current-prefix-arg)
- ;; If KEY is a down-event, read and
discard
the
+ ;; If KEY is a down-event, read and
include
the
;; corresponding up-event. Note that there are also
;; down-events on scroll bars and mode lines: the actual
;; event then is in the second element of the vector.